home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Grabbit 1.2.adf / s / makedevs < prev    next >
Text File  |  1988-02-16  |  736b  |  17 lines

  1. echo "This utility will create a devs directory on your boot disk."
  2. echo "This is handy when you are using GRABBiT on a disk which"
  3. echo "does not include the standard system resources."
  4. echo "CAUTION: You should run this utility ONLY on a COPY of your disk"
  5. echo "as it makes changes to the disk."
  6. echo "Also, you should change the s/startup-sequence file to include the"
  7. echo "command GRABBIT at the top of the file to run grabbit automatically."
  8. if exists sys:devs/printers
  9.    echo "There is already a devs/printers directory on this disk."
  10. else
  11.    echo "Making directory devs/printers"
  12.    makedir sys:devs
  13.    makedir sys:devs/printers
  14.    echo "Loading devs from GRABBiT disk."
  15.    copy "GRABBiT 1.2:devs" to sys:devs all quiet
  16. endif
  17.